func runtime.mallocgcSmallNoscan

2 uses

	runtime (current package)
		malloc.go#L1055: 				x, elemsize = mallocgcSmallNoscan(size, typ, needzero)
		malloc.go#L1254: func mallocgcSmallNoscan(size uintptr, typ *_type, needzero bool) (unsafe.Pointer, uintptr) {